home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / FrogIT.swf / scripts / DefineButton2_407 / BUTTONCONDACTION on(keyPress Left).as
Encoding:
Text File  |  2006-06-13  |  289 b   |  13 lines

  1. on(keyPress "<Left>"){
  2.    setProperty("/frosch", _X, getProperty("/frosch", _X) - "17");
  3.    x_value = getProperty("/frosch", _X);
  4.    y_value = getProperty("/frosch", _Y);
  5.    tellTarget("/frosch")
  6.    {
  7.       gotoAndStop("links");
  8.       play();
  9.    }
  10.    nextFrame();
  11.    play();
  12. }
  13.